SuraDecoration class

Constructors

SuraDecoration()

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

radius([double _radius = 8]) BorderRadius
Create a circular Radius with given radius value
radiusBottom([double _radius = 8]) BorderRadius
radiusLeft([double _radius = 8]) BorderRadius
radiusRight([double _radius = 8]) BorderRadius
radiusTop([double _radius = 8]) BorderRadius
roundRect([double _radius = 8]) RoundedRectangleBorder
Create a RoundRectangleBorder with given radius
roundRectBottom([double _radius = 8]) RoundedRectangleBorder
roundRectLeft([double _radius = 8]) RoundedRectangleBorder
roundRectRight([double _radius = 8]) RoundedRectangleBorder
roundRectTop([double _radius = 8]) RoundedRectangleBorder