neumorphism_theme/neumorephism_theme library
Classes
- NeumorphismBorder
- NeumorphismStyle
- NeumorphismTheme
- The NeumorphismTheme (provider)
- NeumorphismThemeData
- Used with the NeumorphicTheme
- NeumorphismThemeInherited
- ThemeWrapper
- A immutable contained by the NeumorhicTheme That will save the current definition of the theme It will be accessible to the childs widgets by an InheritedWidget
Constants
Functions
-
applyThemeDepthEnable(
{required BuildContext context, required bool styleEnableDepth, required double depth}) → double -
wrapDepthWithThemeData(
{required NeumorphismThemeData themeData, required bool styleEnableDepth, required double depth}) → double
Typedefs
- NeumorphismThemeUpdater = NeumorphismThemeData Function(NeumorphismThemeData? current)