SearchBarStyle constructor
const
SearchBarStyle({
- Color backgroundColor = const Color.fromRGBO(142, 142, 147, .15),
- EdgeInsetsGeometry padding = const EdgeInsets.all(5.0),
- BorderRadius borderRadius = const BorderRadius.all(Radius.circular(5.0)),
Implementation
const SearchBarStyle(
{this.backgroundColor = const Color.fromRGBO(142, 142, 147, .15),
this.padding = const EdgeInsets.all(5.0),
this.borderRadius: const BorderRadius.all(Radius.circular(5.0))});