BetterUI class final

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

center({double? widthFactor, double? heightFactor}) BetterUI
child(Widget child) Widget
expanded({int flex = 1}) BetterUI
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
padding(EdgeInsetsGeometry padding) BetterUI
paddingAll(double value) BetterUI
paddingOnly({double left = 0.0, double top = 0.0, double right = 0.0, double bottom = 0.0}) BetterUI
paddingSymmetric({double vertical = 0.0, double horizontal = 0.0}) BetterUI
toString() String
A string representation of this object.
inherited

Operators

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