YmFormItemTitle constructor

YmFormItemTitle(
  1. String text, {
  2. Size size = const Size(120, 40),
  3. String iconLeft = "",
  4. double fontSize = 14,
  5. Color textColor = const Color(0xff666666),
  6. Color backgroundColor = const Color(0xffffffff),
})

Implementation

YmFormItemTitle(this.text, {
  this.size = const Size(120, 40),
  this.iconLeft = "",
  this.fontSize = 14,
  this.textColor = const Color(0xff666666),
  this.backgroundColor = const Color(0xffffffff),
});