Skip to content

Commit

Permalink
replace deprecated member
Browse files Browse the repository at this point in the history
  • Loading branch information
ericwindmill committed Mar 3, 2025
1 parent c939aaa commit d8d04e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion date_planner/lib/event_detail.dart
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class _EventDetailState extends State<EventDetail> {
if (widget.isEditing)
CupertinoButton(
padding: EdgeInsets.zero,
minSize: 0,
minimumSize: Size.zero,
onPressed: () {
Navigator.of(context)
.push(
Expand Down
2 changes: 1 addition & 1 deletion date_planner/lib/symbol_editor.dart
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class _SymbolEditorState extends State<SymbolEditor> {
// TODO(mit-mit): Circles should be bigger and have less padding between them.
CupertinoButton(
padding: EdgeInsets.zero,
minSize: 0,
minimumSize: Size.zero,
child: Icon(
CupertinoIcons.circle_fill,
color: color.color,
Expand Down

0 comments on commit d8d04e7

Please sign in to comment.