AppButtonConfig class

Constructors

AppButtonConfig({required Widget child, FutureOr<void> onPressed()?, FutureOr<void> onPressedDisabled()?, bool popFirst = false, int flex = 1, AppButtonType type = AppButtonType.elevated})
const
AppButtonConfig.child(Widget child, {FutureOr<void> onPressed()?, FutureOr<void> onPressedDisabled()?, bool popFirst = false, int flex = 1, AppButtonType type = AppButtonType.elevated})
const
AppButtonConfig.text(String title, {FutureOr<void> onPressed()?, FutureOr<void> onPressedDisabled()?, bool popFirst = false, int flex = 1, AppButtonType type = AppButtonType.elevated})
const

Properties

child Widget
no setter
flex int
final
hashCode int
The hash code for this object.
no setterinherited
onPressed → (FutureOr<void> Function()?)
final
onPressedDisabled → (FutureOr<void> Function()?)
final
popFirst bool
final
props List<Object?>
The list of properties that will be used to determine whether two instances are equal.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited
type AppButtonType
final

Methods

copyWith({Widget? child, AppButtonType? type, FutureOr<void> onPressed()?, FutureOr<void> onPressedDisabled()?, bool? popFirst, int? flex}) AppButtonConfig
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