@override Widget get built => ListTile( title: Text(name), subtitle: description != null ? Text(description!) : null, leading: Icon(icon), onPressed: action, ).asSliver;