SearchBarAttrs constructor
SearchBarAttrs({Color primaryDetailColor: Colors.black87, Color secondaryDetailColor: Colors.black54, Color disabledDetailColor: Colors.black26, Color searchBarColor: Colors.white30, double loaderBottomMargin: 0.0, double textBoxOutlineWidth: 1.0, double textBoxOutlineRadius: 16.0, EdgeInsets searchInputMargin: const EdgeInsets.all(0.0), Color textBoxOutlineColor, Color textBoxBackgroundColor, Color statusBarColor: Colors.transparent })
Implementation
SearchBarAttrs({
this.primaryDetailColor = Colors.black87,
this.secondaryDetailColor = Colors.black54,
this.disabledDetailColor = Colors.black26,
this.searchBarColor = Colors.white30,
this.loaderBottomMargin = 0.0,
this.textBoxOutlineWidth = 1.0,
this.textBoxOutlineRadius = 16.0,
this.searchInputMargin = const EdgeInsets.all(0.0),
this.textBoxOutlineColor,
this.textBoxBackgroundColor,
this.statusBarColor = Colors.transparent,
});