neumorphic library
Classes
- AnimatedNeuTheme
- Animated version of NeuTheme which automatically transitions the colors, etc, over a given duration whenever the given theme changes.
- NeuApp
- An application that uses neumorphic design with material design.
- NeuAppBar
- A Neumorphic design appBar.
- NeuBackButton
- Neumorphic design back button
- NeuBasedCupertinoTheme
- NeuButton
- A Neumorphic design button.
- NeuCard
-
It is container like a
Material
merged withContainer
, but implements Neumorphism. - NeumorphicDecoration
- NeumorphicThemeDataTween
- An interpolation between two NeuThemeDatas.
-
NeuSwitch<
T> - A Neumorphic design Switch.
- NeuText
- A Text widget which uses Neumorphic design.
- NeuTextField
- A neumophic text field.
- NeuTheme
- Applies a theme to descendant widgets.
- NeuThemeData
- Configures the tap target and layout size of certain Nuemorphic widgets.
- TextInputType
- The type of information for which to optimize the text input control.
Enums
- Brightness
- Describes the contrast of a theme or color palette.
- CurveType
-
The CurveType of
Neumorphic
material. Can be concave, convex, emboss or flat - LightSource
-
The LightSource direction simulated on
Neumorphic
material. - TextCapitalization
- Configures how the platform keyboard will select an uppercase or lowercase keyboard.
- TextInputAction
- An action the user has requested the text input control to perform.
- ThemeMode
- Describes which theme will be used by NeuApp.
Typedefs
- InputCounterWidgetBuilder = Widget Function(BuildContext context, {int currentLength, bool isFocused, int maxLength})
- Signature for the NeuTextField.buildCounter callback.