MdiConfig class
Constructors
-
MdiConfig.new({bool showKeyInHeader = true, double borderRadius = 4.0, double headerHeight = 24.0, double dragAreaSize = 4.0, Color defaultBodyColor = Colors.red, Color defaultHeaderColor = Colors.green, double defaultWindowMinWidth = 100.0, double defaultWindowMinHeight = 100.0, double defaultWindowHeight = 100.0, double defaultWindowWidth = 100.0, double defaultX = 100.0, double defaultY = 100.0, List<
BoxShadow> windowBoxShadows = const [BoxShadow(color: Color(0x53000000), spreadRadius: 1.8, blurRadius: 2.8)]}) -
const
Properties
- borderRadius → double
-
final
- defaultBodyColor → Color
-
final
- defaultHeaderColor → Color
-
final
- defaultWindowHeight → double
-
final
- defaultWindowMinHeight → double
-
final
- defaultWindowMinWidth → double
-
final
- defaultWindowWidth → double
-
final
- defaultX → double
-
final
- defaultY → double
-
final
- dragAreaSize → double
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- headerHeight → double
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- showKeyInHeader → bool
-
final
-
windowBoxShadows
→ List<
BoxShadow> -
final
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