IconAndImageStyle constructor

const IconAndImageStyle({
  1. Color color = Colors.black,
  2. double size = 20,
})

Implementation

const IconAndImageStyle({
  this.color = Colors.black,
  this.size = 20,
});