AnyIconTextWidget constructor

AnyIconTextWidget({
  1. Key? key,
  2. Widget? icon,
  3. String? text,
  4. AnyIconTextOptions? options,
})

Implementation

AnyIconTextWidget({Key? key, this.icon, this.text, this.options}) : super(key: key);