onChild method

  1. @override
Widget? onChild()
override

The widget used for this button

Implementation

@override
Widget? onChild() => inChild == null ? null : inChild!();