menu
tp_package package
documentation
widget/tile_row.dart
TpTile
TpTile.new const constructor
TpTile.new const constructor
dark_mode
light_mode
TpTile
constructor
const
TpTile
(
Widget
icon
,
Widget
title
, {
dynamic
onTap
()?,
double
?
radius
,
Key
?
key
,
})
Implementation
const TpTile(this.icon, this.title, {this.onTap, this.radius, Key? key}) : super(key: key);
tp_package package
documentation
widget/tile_row
TpTile
TpTile.new const constructor
TpTile class