MvcSetting class

Constructors

MvcSetting()
factory

Properties

appBar Widget?
no setter
appBarHeight double
no setter
backgroundColor Color
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statusEmpty WidgetBuilder
no setter
statusError WidgetBuilder
no setter
statusLoading Widget
no setter

Methods

init({Color? backgroundColor = Colors.white, double? appBarHeight = 50, Widget? appBar, Widget? statusLoading, WidgetBuilder? statusEmpty, WidgetBuilder? statusError}) → void
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