c property

BuildContext get c

Shorthand for accessing the flutter build context

Implementation

material.BuildContext get c { return flutterContext!; }