menu
electrician_app
features/components/presentation/screens/component_library_page.dart
ComponentLibraryPage
ComponentLibraryPage.new const constructor
ComponentLibraryPage.new
dark_mode
light_mode
description
ComponentLibraryPage
constructor
const
ComponentLibraryPage
(
{
Key
?
key
,
bool
isPicker
=
false
,
String
?
filterType
,
})
Implementation
const ComponentLibraryPage({ super.key, this.isPicker = false, this.filterType, });
electrician_app
component_library_page
ComponentLibraryPage
ComponentLibraryPage.new const constructor
ComponentLibraryPage class