mirror of
https://github.com/flutter/packages.git
synced 2025-07-03 17:18:22 +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
|
||||
void debugFillDescription(List<String> description) {
|
||||
super.debugFillDescription(description);
|
||||
description.add('cached blocks identity: ${_cachedBlocks.hashCode}');
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user