menu
Flutter
material
MaterialButton
child property
child
brightness_4
brightness_5
description
child
property
Widget
?
child
final
The button's label.
Often a
Text
widget in all caps.
Implementation
final Widget? child;
Flutter
material
MaterialButton
child property
MaterialButton class