noDefault method

NoDefaultCupertinoThemeData noDefault()

Returns an instance of the theme data whose property getters only return the construction time specifications with no derived values.

Used in Material themes to let unspecified properties fallback to Material theme properties instead of iOS defaults.

Implementation

NoDefaultCupertinoThemeData noDefault() => this;