none method
T
none()
Creates an Attribute instance with BorderStyle.none.
Implementation
T none() => builder(BorderStyle.none);
Creates an Attribute instance with BorderStyle.none.
T none() => builder(BorderStyle.none);