forked from firka/flutter
no period after an alone link in see also section (#25604)
This commit is contained in:
committed by
GitHub
parent
fb88a7bfd1
commit
19ce65eec9
@@ -1089,7 +1089,7 @@ abstract class RenderObject extends AbstractNode with DiagnosticableTreeMixin im
|
||||
///
|
||||
/// See also:
|
||||
///
|
||||
/// * [BindingBase.reassembleApplication].
|
||||
/// * [BindingBase.reassembleApplication]
|
||||
void reassemble() {
|
||||
markNeedsLayout();
|
||||
markNeedsCompositingBitsUpdate();
|
||||
|
||||
@@ -1047,7 +1047,7 @@ abstract class State<T extends StatefulWidget> extends Diagnosticable {
|
||||
///
|
||||
/// See also:
|
||||
///
|
||||
/// * [BindingBase.reassembleApplication].
|
||||
/// * [BindingBase.reassembleApplication]
|
||||
/// * [Image], which uses this to reload images.
|
||||
@protected
|
||||
@mustCallSuper
|
||||
|
||||
@@ -48,10 +48,10 @@ import 'ticker_provider.dart';
|
||||
///
|
||||
/// See also:
|
||||
///
|
||||
/// * [Overlay].
|
||||
/// * [OverlayState].
|
||||
/// * [WidgetsApp].
|
||||
/// * [MaterialApp].
|
||||
/// * [Overlay]
|
||||
/// * [OverlayState]
|
||||
/// * [WidgetsApp]
|
||||
/// * [MaterialApp]
|
||||
class OverlayEntry {
|
||||
/// Creates an overlay entry.
|
||||
///
|
||||
|
||||
@@ -592,7 +592,7 @@ class DecoratedBoxTransition extends AnimatedWidget {
|
||||
///
|
||||
/// See also:
|
||||
///
|
||||
/// * [new DecoratedBox].
|
||||
/// * [new DecoratedBox]
|
||||
const DecoratedBoxTransition({
|
||||
Key key,
|
||||
@required this.decoration,
|
||||
|
||||
Reference in New Issue
Block a user