DrawerContentTimePickerParams class
Constructors
-
DrawerContentTimePickerParams.withButton({required dynamic buttonOnTap(int? hour, int? minute, int? second)?, String? buttonText, int? initValueHour, int? initValueMinute, int? initValueSecond, VentButtonStyle? buttonStyle, Color? overlayColor})
-
-
DrawerContentTimePickerParams.withoutButton({required dynamic onChange(int? hour, int? minute, int? second)?, int? initValueHour, int? initValueMinute, int? initValueSecond, Color? overlayColor})
-
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited