BasePickerTitleConfig class
Constructors
Properties
- backgroundColor → Color
-
final
- cancel → Widget?
-
Custom cancel Widget.
final
- cancelTitle → String
-
final
- confirm → Widget?
-
Custom confirm Widget.
final
- confirmTitle → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- showTitle → bool
-
Whether display title widget or not. If set false, the default cancel and confirm widgets will not display, but the custom title widget will display if had specified one custom title widget.
final
- title → Widget?
-
Custom title Widget. If specify a title widget, the cancel and confirm widgets will not display.
final
- titleBackgroundColor → Color
-
final
- titleContent → String?
-
final
Methods
-
copyWith(
{Widget? cancel, String? cancelTitle, Widget? confirm, String? confirmTitle, Widget? title, bool? showTitle, String? titleContent, Color? titleBackgroundColor, Color? backgroundColor}) → BasePickerTitleConfig -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- config ↔ BasePickerTitleConfig
-
getter/setter pair