IconAndTextButton class widgets

Constructors

IconAndTextButton({Key? key, String? title, IconData? icon, GestureTapCallback? onTap})
const

Properties

icon → IconData?
final
onTap → GestureTapCallback?
final
title → String?
final

Methods

build(BuildContext context) → Widget
Describes the part of the user interface represented by this widget.