closeChild property
The child for the Widget FlatButton
, which closes the dialog.
Sits underneeth everything.
Defaults to:
const Text(
'Close',
textScaleFactor: 1.25,
),
Implementation
final Widget closeChild;
The child for the Widget FlatButton
, which closes the dialog.
Sits underneeth everything.
Defaults to:
const Text(
'Close',
textScaleFactor: 1.25,
),
final Widget closeChild;