child property

Widget? child
final

Custom widget to display in the button.

Mutually exclusive with icon. Use GlassButton.custom constructor to provide custom content.

Implementation

final Widget? child;