Skip to content

Commit

Permalink
fix: typo in code sample in customizing.md file under Customizing a C…
Browse files Browse the repository at this point in the history
…omponent (#36)
  • Loading branch information
Mukund-Tandon authored Apr 7, 2023
1 parent 3dbd4aa commit 645e430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/customizing.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ class _NetworkImageNodeWidget extends StatefulWidget {
}
class __NetworkImageNodeWidgetState extends State<_NetworkImageNodeWidget>
with Selectable {
with SelectableMixin {
RenderBox get _renderBox => context.findRenderObject() as RenderBox;
@override
Expand Down

0 comments on commit 645e430

Please sign in to comment.