build method

  1. @override
Widget build(
  1. BuildContext context
)
override

Builds a well-formed Form widget!

Implementation

@override
Widget build(BuildContext context) => _toForm(context);