PopModel class
Constructors
- PopModel({double? width, double? height, BorderRadius? borderRadius, dynamic title, dynamic subtitle, Widget? leading, Widget? trailing, double? titlesize, double? subtitlesize, Color? titleColor, Color? subtitleColor, bool? fadeInSubtitle, bool scroll_subtitle = true, VoidCallback? onTap, VoidCallback? onAppear, VoidCallback? onExit, bool? darkMode, Color? backgroundColor, PopNotifyStatus? status, Duration? duration})
Properties
- backgroundColor ↔ Color?
-
getter/setter pair
- borderRadius ↔ BorderRadius?
-
getter/setter pair
- darkMode ↔ bool?
-
getter/setter pair
- duration ↔ Duration?
-
getter/setter pair
- fadeInSubtitle ↔ bool?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- height ↔ double?
-
getter/setter pair
- leading ↔ Widget?
-
getter/setter pair
- onAppear ↔ VoidCallback?
-
getter/setter pair
- onExit ↔ VoidCallback?
-
getter/setter pair
- onTap ↔ VoidCallback?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scroll_subtitle ↔ bool
-
getter/setter pair
- status ↔ PopNotifyStatus?
-
getter/setter pair
- subtitle ↔ dynamic
-
getter/setter pair
- subtitleColor ↔ Color?
-
getter/setter pair
- subtitlesize ↔ double?
-
getter/setter pair
- title ↔ dynamic
-
getter/setter pair
- titleColor ↔ Color?
-
getter/setter pair
- titlesize ↔ double?
-
getter/setter pair
- trailing ↔ Widget?
-
getter/setter pair
- width ↔ double?
-
getter/setter pair
Methods
-
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