BaseContainerOptions class

Constructors

BaseContainerOptions({Color? bottomBarColor = Colors.pink, Color? color = Colors.pink, bool showBottomBar = false, EdgeInsets? padding = EdgeInsets.zero, bool showTopBar = false, bool animate = false, bool allowDebugging = true, Color? backgroundColor = Colors.white})
This dictates how each screen is going to be displayed Controls the minor details like the color, topBar, bottomBar and others
const

Properties

allowDebugging bool
final
animate bool
final
backgroundColor Color?
final
bottomBarColor Color?
final
color Color?
final
hashCode int
The hash code for this object.
no setterinherited
padding EdgeInsets?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showBottomBar bool
final
showTopBar bool
final

Methods

copyWith({dynamic allowDebugging = true, dynamic padding = EdgeInsets.zero, dynamic showBottomBar = false, dynamic backgroundColor = Colors.white, dynamic showTopBar = false, dynamic bottomBarColor}) BaseContainerOptions
BaseContainerOptions.copyWith has been deprecated use BaseContainerOptions.defaultSetup instead.
extend({dynamic showBottomBar = false, dynamic showTopBar = false, dynamic allowDebugging = true, dynamic animate = false, dynamic padding = EdgeInsets.zero}) BaseContainerOptions
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
Returns a String representation of the object
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

exerciseSetup BaseContainerOptions
getter/setter pair

Constants

defaultSetup → const BaseContainerOptions
A default of the BaseContainerOptions in its most basic form