NeumorphicDecoration constructor

NeumorphicDecoration({
  1. required NeumorphicStyle style,
  2. required bool isForeground,
  3. required bool renderingByPath,
  4. required bool splitBackgroundForeground,
  5. required NeumorphicBoxShape shape,
})

Implementation

NeumorphicDecoration({
  required this.style,
  required this.isForeground,
  required this.renderingByPath,
  required this.splitBackgroundForeground,
  required this.shape,
});