Add entity widget type. Preparing to make entity build it's own badge
This commit is contained in:
@ -8,7 +8,7 @@ class _ButtonEntityWidgetState extends _EntityWidgetState {
|
||||
}
|
||||
|
||||
@override
|
||||
Widget _buildActionWidget(bool inCard, BuildContext context) {
|
||||
Widget _buildActionWidget(BuildContext context) {
|
||||
return FlatButton(
|
||||
onPressed: (() {
|
||||
setNewState(null);
|
||||
|
Reference in New Issue
Block a user