TextBackgroundBoxTransformation constructor

const TextBackgroundBoxTransformation({
  1. required TextBackgroundBoxTValue mode,
  2. required String color,
  3. required int padding,
})

Implementation

const TextBackgroundBoxTransformation({
  required this.mode,
  required this.color,
  required this.padding,
});