ErrorSpacer constructor
Creates an empty space to insert into a list of DiagnosticsNode objects typically within a FlutterError object.
Implementation
ErrorSpacer() : super('', null, description: '', showName: false);
Creates an empty space to insert into a list of DiagnosticsNode objects typically within a FlutterError object.
ErrorSpacer() : super('', null, description: '', showName: false);