Flutter
material
CloseButton
CloseButton const constructor
CloseButton
CloseButton class
Constructors
CloseButton
Properties
hashCode
key
runtimeType
Methods
build
createElement
debugDescribeChildren
debugFillProperties
noSuchMethod
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
Operators
operator ==
CloseButton constructor
const
CloseButton
(
{
Key
key
})
Creates a Material Design close button.
Implementation
const CloseButton({ Key key }) : super(key: key);