fab method

  1. @override
Widget? fab(
  1. BuildContext context
)
override

Implementation

@override
Widget? fab(BuildContext context) {
  return null;
/*
  if ((readOnly != null) && readOnly!) return null;
  var state = OrderListWidgetState();
  return state.fab(context,);
*/
}