TextBackgroundDecoration constructor

TextBackgroundDecoration({
  1. Widget? enable,
  2. Widget? disable,
})

Implementation

TextBackgroundDecoration({this.enable, this.disable});