SearchBarAttrs constructor
const
SearchBarAttrs({Color primaryColor: Colors.black87, Color secondaryColor: Colors.black54, Color disabledTextColor: Colors.black26, Color searchBarColor: Colors.white30, double loaderBottomMargin: 0.0, double textBoxOutlineWidth: 1.0, double textBoxOutlineRadius: 16.0, Color textBoxOutlineColor, Color textBoxBackgroundColor })
Implementation
const SearchBarAttrs({
this.primaryColor = Colors.black87,
this.secondaryColor = Colors.black54,
this.disabledTextColor = Colors.black26,
this.searchBarColor = Colors.white30,
this.loaderBottomMargin = 0.0,
this.textBoxOutlineWidth = 1.0,
this.textBoxOutlineRadius = 16.0,
this.textBoxOutlineColor,
this.textBoxBackgroundColor,
});