CustomPadding class
Constructors
- CustomPadding({required EdgeInsets padding})
Properties
- 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
Methods
-
getPadding(
) → EdgeInsets - Called when a widget node has been rendering and need tag padding.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
visitElementBefore(
Element element) → void - Called when an Element has been reached, before its children have been visited.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited