couldntFindErrorText method
Implementation
Text couldntFindErrorText() {
return const Text(
'We could not secure your Seat for this Round-Trip. Please search and request a new Exclusive PLUS Round-Trip booking.',
textAlign: TextAlign.center,
style: TextStyle(
fontSize: 12,
fontWeight: FontWeight.w400,
color: ColorHelper.primaryColor2,
),
);
}