mirror of
https://github.com/flutter/packages.git
synced 2025-07-04 09:38:17 +08:00
Use protected and mustCallSuper in more places (#4291)
This commit is contained in:
@ -185,6 +185,7 @@ class _MarkdownBodyRawState extends State<MarkdownBodyRaw> {
|
|||||||
|
|
||||||
@override
|
@override
|
||||||
void debugFillDescription(List<String> description) {
|
void debugFillDescription(List<String> description) {
|
||||||
|
super.debugFillDescription(description);
|
||||||
description.add('cached blocks identity: ${_cachedBlocks.hashCode}');
|
description.add('cached blocks identity: ${_cachedBlocks.hashCode}');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user