BdMenuTitle constructor

const BdMenuTitle(
  1. String text, {
  2. Key? key,
  3. double? left,
  4. double? bottom,
  5. Color? color,
})

Implementation

const BdMenuTitle(this.text, {Key? key, this.left, this.bottom, this.color})
    : super(key: key);