menu
pretty_dialog package
documentation
empty.dart
Empty
Empty.new constructor
Empty.new constructor
dark_mode
light_mode
Empty
constructor
Empty
(
{
double
?
width
,
double
?
height
,
int
?
flex
,
})
setting the flex field will ignore the width and height
Implementation
Empty({
this
.width,
this
.height,
this
.flex});
pretty_dialog package
documentation
empty
Empty
Empty.new constructor
Empty class
Constructors
new
Properties
flex
hashCode
height
key
runtimeType
width
Methods
build
createElement
debugDescribeChildren
debugFillProperties
noSuchMethod
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
Operators
operator ==