Component

BrandNetworkCell

Flutter implementation of the BrandNetworkCell component.

Usage

dart
import 'package:refraction_ui/refraction_ui.dart';

class MyBrandNetworkCellExample extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return BrandNetworkCell(
      // Add props here
    );
  }
}