menu
flutter_scene package
documentation
scene.dart
MemoryCategory
MemoryCategory.new const constructor
MemoryCategory.new const constructor
dark_mode
light_mode
MemoryCategory
constructor
const
MemoryCategory
(
{
required
String
name
,
required
int
?
bytes
,
required
int
count
,
})
Implementation
const MemoryCategory({ required this.name, required this.bytes, required this.count, });
flutter_scene package
documentation
scene
MemoryCategory
MemoryCategory.new const constructor
MemoryCategory class