StiloBorder class abstract

A class that constructs Border constants

Constructors

StiloBorder()

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

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

Static Methods

all0(Color color) Border
Constructs a Border with a width of 0.0 for all directions
all10(Color color) Border
Constructs a Border with a width of 10.0 for all directions
all2(Color color) Border
Constructs a Border with a width of 2.0 for all directions
all4(Color color) Border
Constructs a Border with a width of 4.0 for all directions
all6(Color color) Border
Constructs a Border with a width of 6.0 for all directions
all8(Color color) Border
Constructs a Border with a width of 8.0 for all directions
bottom0(Color color) Border
Constructs a Border with a width of 0.0 for bottom direction
bottom10(Color color) Border
Constructs a Border with a width of 10.0 for bottom direction
bottom2(Color color) Border
Constructs a Border with a width of 2.0 for bottom direction
bottom4(Color color) Border
Constructs a Border with a width of 4.0 for bottom direction
bottom6(Color color) Border
Constructs a Border with a width of 6.0 for bottom direction
bottom8(Color color) Border
Constructs a Border with a width of 8.0 for bottom direction
horiz0(Color color) Border
Constructs a Border with a width of 0.0 for horizontal directions
horiz10(Color color) Border
Constructs a Border with a width of 10.0 for horizontal directions
horiz2(Color color) Border
Constructs a Border with a width of 2.0 for horizontal directions
horiz4(Color color) Border
Constructs a Border with a width of 4.0 for horizontal directions
horiz6(Color color) Border
Constructs a Border with a width of 6.0 for horizontal directions
horiz8(Color color) Border
Constructs a Border with a width of 8.0 for horizontal directions
left0(Color color) Border
Constructs a Border with a width of 0.0 for left direction
left10(Color color) Border
Constructs a Border with a width of 10.0 for left direction
left2(Color color) Border
Constructs a Border with a width of 2.0 for left direction
left4(Color color) Border
Constructs a Border with a width of 4.0 for left direction
left6(Color color) Border
Constructs a Border with a width of 6.0 for left direction
left8(Color color) Border
Constructs a Border with a width of 8.0 for left direction
right0(Color color) Border
Constructs a Border with a width of 0.0 for right direction
right10(Color color) Border
Constructs a Border with a width of 10.0 for right direction
right2(Color color) Border
Constructs a Border with a width of 2.0 for right direction
right4(Color color) Border
Constructs a Border with a width of 4.0 for right direction
right6(Color color) Border
Constructs a Border with a width of 6.0 for right direction
right8(Color color) Border
Constructs a Border with a width of 8.0 for right direction
side0(Color color) BorderSide
Defines a BorderSide with a width of 0.0
side10(Color color) BorderSide
Defines a BorderSide with a width of 10.0
side2(Color color) BorderSide
Defines a BorderSide with a width of 2.0
side4(Color color) BorderSide
Defines a BorderSide with a width of 4.0
side6(Color color) BorderSide
Defines a BorderSide with a width of 6.0
side8(Color color) BorderSide
Defines a BorderSide with a width of 8.0
top0(Color color) Border
Constructs a Border with a width of 0.0 for top direction
top10(Color color) Border
Constructs a Border with a width of 10.0 for top direction
top2(Color color) Border
Constructs a Border with a width of 2.0 for top direction
top4(Color color) Border
Constructs a Border with a width of 4.0 for top direction
top6(Color color) Border
Constructs a Border with a width of 6.0 for top direction
top8(Color color) Border
Constructs a Border with a width of 8.0 for top direction
vert0(Color color) Border
Constructs a Border with a width of 0.0 for vertical directions
vert10(Color color) Border
Constructs a Border with a width of 10.0 for vertical directions
vert2(Color color) Border
Constructs a Border with a width of 2.0 for vertical directions
vert4(Color color) Border
Constructs a Border with a width of 4.0 for vertical directions
vert6(Color color) Border
Constructs a Border with a width of 6.0 for vertical directions
vert8(Color color) Border
Constructs a Border with a width of 8.0 for vertical directions