children property
Function that returns widgets to inject into the trailing area.
Implementation
final List<Widget> Function(BuildContext)? children;
Function that returns widgets to inject into the trailing area.
final List<Widget> Function(BuildContext)? children;