Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions packages/rfw/lib/src/flutter/material_widgets.dart
Original file line number Diff line number Diff line change
Expand Up @@ -64,16 +64,10 @@ import 'runtime.dart';
/// be supported. As a result, the following `ButtonBar` parameters are no longer
/// supported:
///
// TODO(kallentu): Remove ignore and fix when stable is bumped.
// https://github.com/flutter/flutter/issues/157620
// ignore: missing_code_block_language_in_doc_comment
/// * `buttonMinWidth`
/// * `buttonHeight`
/// * `buttonAlignedDropdown`
///
// TODO(kallentu): Remove ignore and fix when stable is bumped.
// https://github.com/flutter/flutter/issues/157620
// ignore: missing_code_block_language_in_doc_comment
/// It is recommended to use the [OverflowBar] widget.
///
/// Some features are not supported:
Expand Down
Loading