NeumorphicAppBarTheme constructor

NeumorphicAppBarTheme({
  1. required Widget child,
})

Implementation

NeumorphicAppBarTheme({required this.child}) : super(child: child);