RoundedDecorationElement class

radius : radius of the border.

Inheritance
Implementers

Constructors

RoundedDecorationElement({BorderRadius? radius = const BorderRadius.all(Radius.circular(25.0)), Color? filledColor, Color? focusColor, TextStyle? textStyle, TextStyle? hintStyle, TextStyle? labelStyle, TextStyle? styleError, Widget? prefix, Widget? suffix, EdgeInsetsGeometry? contentPadding})
const

Properties

contentPadding EdgeInsetsGeometry?
finalinherited
filledColor Color?
finalinherited
focusColor Color?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
hintStyle TextStyle?
finalinherited
labelStyle TextStyle?
finalinherited
prefix Widget?
finalinherited
radius BorderRadius?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style TextStyle?
finalinherited
styleError TextStyle?
finalinherited
suffix Widget?
finalinherited

Methods

copy({BorderRadius? radius, Color? filledColor, Color? focusColor, TextStyle? style, TextStyle? labelStyle, TextStyle? hintStyle, TextStyle? styleError, Widget? prefix, Widget? suffix, EdgeInsetsGeometry? contentPadding}) DecorationElement
override
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