CommonInfoButton constructor
const
CommonInfoButton(
- dynamic onTap(), {
- Key? key,
Implementation
const CommonInfoButton(this.onTap, { Key? key }) : super(key: key);
const CommonInfoButton(this.onTap, { Key? key }) : super(key: key);