buildWithValue abstract method
A build method that receives both a value and a child parameter.
Implementation
Widget buildWithValue(BuildContext context, T value, Widget? child);
A build method that receives both a value and a child parameter.
Widget buildWithValue(BuildContext context, T value, Widget? child);