themeMaybe property

ZeroThemeData? get themeMaybe

This function is the same as theme, the only difference is that when calling it is safer, at the expense of value may be null(nullable)

Implementation

ZeroThemeData? get themeMaybe => ZeroTheme.maybeOf(this);