thetaf
thetaf
ThetaWindow
ThetaWindow const constructor
ThetaWindow
ThetaWindow
constructor
Null safety
const
ThetaWindow
(
{
required
Widget
child
,
Key
?
key
}
)
Implementation
const ThetaWindow({required this.child, Key? key}) : super(key: key);
thetaf
thetaf
ThetaWindow
ThetaWindow const constructor
ThetaWindow class
Constructors
ThetaWindow
Properties
child
hashCode
key
runtimeType
Methods
build
createElement
debugDescribeChildren
debugFillProperties
noSuchMethod
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
Operators
operator ==