Neumorphic/Module/widget/icon library
Classes
- LightSource
- NeumorphicBorder
- NeumorphicBoxShape
- Define a Neumorphic container box shape
- NeumorphicColors
- Defines default colors used in Neumorphic theme & shadows generators
- NeumorphicDecoration
- NeumorphicFlutterLogoPathProvider
- NeumorphicIcon
- NeumorphicStyle
- NeumorphicTheme
- NeumorphicThemeData
- NeumorphicThemeInherited
- 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
Enums
Constants
Functions
-
applyThemeDepthEnable(
{required BuildContext context, required bool styleEnableDepth, required double depth}) → double -
wrapDepthWithThemeData(
{required NeumorphicThemeData themeData, required bool styleEnableDepth, required double depth}) → double
Typedefs
- NeumorphicThemeUpdater = NeumorphicThemeData Function(NeumorphicThemeData? current)