BsNavBrand constructor

const BsNavBrand({
  1. Key? key,
  2. TextStyle? textStyle,
  3. BsNavBrandStyle brandStyle = BsNavBrandStyle.style_1,
  4. Widget? child,
  5. VoidCallback? onPressed,
})

Constructor BsNavBrand

Implementation

const BsNavBrand({
  Key? key,
  this.textStyle,
  this.brandStyle = BsNavBrandStyle.style_1,
  this.child,
  this.onPressed,
}) : super(key: key);