Skip to content
This repository was archived by the owner on May 20, 2023. It is now read-only.

Commit cd94091

Browse files
phantomessenshahan
authored andcommitted
Move location of colons in material select base docs.
PiperOrigin-RevId: 204485737
1 parent 666b936 commit cd94091

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

lib/material_select/material_select_base.dart

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,15 @@ import 'package:angular_components/utils/angular/properties/properties.dart';
1111
/// A [SelectionContainer] implementation with an additional option for setting
1212
/// the rendered list's `width`.
1313
///
14-
/// __Expected Properties__:
15-
/// - `selection`
16-
/// - `options`
17-
/// - `itemRenderer`
18-
/// - `width`
14+
/// __Expected Properties:__
15+
///
16+
/// - `selection`
17+
/// - `options`
18+
/// - `itemRenderer`
19+
/// - `width`
1920
///
2021
/// __Expected Binding:__
22+
///
2123
/// `HasRenderer`
2224
abstract class MaterialSelectBase extends SelectionContainer
2325
implements AcceptsWidth {

0 commit comments

Comments
 (0)