horizontal method
T
horizontal()
Creates an Attribute instance with Axis.horizontal.
Implementation
T horizontal() => builder(Axis.horizontal);
Creates an Attribute instance with Axis.horizontal.
T horizontal() => builder(Axis.horizontal);