StyleProvider constructor
Provide style to provider, ConvexAppBar will bind to the provided style. See also:
Implementation
StyleProvider({Key? key, required this.style, required Widget child})
: super(key: key, child: child);
Provide style to provider, ConvexAppBar will bind to the provided style. See also:
StyleProvider({Key? key, required this.style, required Widget child})
: super(key: key, child: child);