FlutterStringExtensions extension

on

Properties

isTimeOfDay bool
check the string can be timeousDay
no setter

Methods

parseIsoTimeOfDay() TimeOfDay
convert ISO_8601 duration to dart duration copied from iso_duration_parser package
toTextWidget({TextAlign? textAlign, TextStyle? style, StrutStyle? strutStyle, TextDirection? textDirection, Locale? locale, bool? softWrap, TextOverflow? overflow, double? textScaleFactor, int? maxLines, String? semanticsLabel, TextWidthBasis? textWidthBasis, TextHeightBehavior? textHeightBehavior}) Text
converts string to text widget
toTimeOfDay() TimeOfDay?
will parse string to time of days example 19:16 or 07:18 pm