flutterContext property

  1. @override
BuildContext? get flutterContext
inherited

Implementation

@override
material.BuildContext? get flutterContext {
  // there is a brief time where we don't have a context internally, as the AFBuildContext is
  // being constructed.   But, for the purposes of users of the framework, there will always
  // be a build context for any case where they have access to an AFBuildContext.
  return standard.context;
}