open ai service
This commit is contained in:
10
books_flutter/lib/models/category.dart
Normal file
10
books_flutter/lib/models/category.dart
Normal file
@@ -0,0 +1,10 @@
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
typedef Category = ({
|
||||
String id,
|
||||
String name,
|
||||
int count,
|
||||
IconData icon,
|
||||
Color iconColor,
|
||||
Color backgroundColor,
|
||||
});
|
||||
Reference in New Issue
Block a user