MarkdownPaddingBuilder class abstract
An interface for an padding builder for element.
Constructors
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
-
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