theme property

AFThemeData theme

Since this getter makes use of the context value, it should not be called inside the initState.

Implementation

AFThemeData get theme => AFTheme.of(context);