error method

Widget error(
  1. BuildContext context,
  2. String error
)

Implementation

Widget error(BuildContext context, String error) {
  return const Placeholder();
}